home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TPREVIEWFRM / TPREVIEWFRM.txt
Text File  |  2005-06-02  |  4KB  |  192 lines

  1. object PreviewFrm: TPreviewFrm
  2.   Left = 255
  3.   Top = 153
  4.   Width = 534
  5.   Height = 453
  6.   Caption = 'Pr'#233'visualiser l'#39'impression'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = True
  15.   Position = poDefault
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnKeyDown = FormKeyDown
  20.   OnMouseWheel = FormMouseWheel
  21.   OnResize = FormResize
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Sheet: TScrollCanvas
  26.     Left = 0
  27.     Top = 26
  28.     Width = 526
  29.     Height = 393
  30.     HorzScrollBar.Tracking = True
  31.     VertScrollBar.Tracking = True
  32.     Align = alClient
  33.     Color = 14281433
  34.     ParentColor = False
  35.     TabOrder = 0
  36.     DragView = False
  37.     object shShadowR: TShape
  38.       Left = 385
  39.       Top = 28
  40.       Width = 3
  41.       Height = 359
  42.       Brush.Color = clGray
  43.       Pen.Color = clGray
  44.     end
  45.     object shShadowB: TShape
  46.       Left = 84
  47.       Top = 384
  48.       Width = 301
  49.       Height = 3
  50.       Brush.Color = clGray
  51.       Pen.Color = clGray
  52.     end
  53.     object pnPaper: TPanel
  54.       Left = 80
  55.       Top = 24
  56.       Width = 305
  57.       Height = 361
  58.       Cursor = 2
  59.       BevelOuter = bvNone
  60.       BorderWidth = 8
  61.       BorderStyle = bsSingle
  62.       Color = clWhite
  63.       Ctl3D = False
  64.       ParentCtl3D = False
  65.       TabOrder = 0
  66.       OnMouseDown = PreviewMouseDown
  67.       object imgPreview: TImage
  68.         Left = 8
  69.         Top = 8
  70.         Width = 287
  71.         Height = 343
  72.         Cursor = 2
  73.         Align = alClient
  74.         Stretch = True
  75.         Transparent = True
  76.         OnMouseDown = PreviewMouseDown
  77.       end
  78.     end
  79.   end
  80.   object TBDock1: TTBDock
  81.     Left = 0
  82.     Top = 0
  83.     Width = 526
  84.     Height = 26
  85.     object Toolbar: TTBToolbar
  86.       Left = 0
  87.       Top = 0
  88.       Align = alTop
  89.       DockMode = dmCannotFloatOrChangeDocks
  90.       DragHandleStyle = dhNone
  91.       FullSize = True
  92.       Images = Images.MainHot
  93.       ShowCaption = False
  94.       TabOrder = 0
  95.       object CloseBtn: TTBItem
  96.         Caption = '&Fermer'
  97.         OnClick = CloseBtnClick
  98.       end
  99.       object TBSeparatorItem3: TTBSeparatorItem
  100.       end
  101.       object PrintBtn: TTBItem
  102.         Caption = '&Imprimer'
  103.         DisplayMode = nbdmImageAndText
  104.         Hint = 'Imprimer'
  105.         ImageIndex = 21
  106.         ShortCut = 16464
  107.         OnClick = PrintBtnClick
  108.       end
  109.       object SetupBtn: TTBItem
  110.         Caption = '&Configuration'
  111.         DisplayMode = nbdmImageAndText
  112.         Hint = 'Mise en page'
  113.         ImageIndex = 42
  114.         OnClick = SetupBtnClick
  115.       end
  116.       object TBSeparatorItem2: TTBSeparatorItem
  117.       end
  118.       object ZoomInBtn: TTBItem
  119.         Tag = 1
  120.         Hint = 'Agrandir'
  121.         ImageIndex = 67
  122.         OnClick = ZoomBtnClick
  123.       end
  124.       object ZoomOutBtn: TTBItem
  125.         Tag = -1
  126.         Hint = 'R'#233'duire'
  127.         ImageIndex = 68
  128.         OnClick = ZoomBtnClick
  129.       end
  130.       object TBControlItem2: TTBControlItem
  131.         Control = ZoomLabel
  132.       end
  133.       object TBSeparatorItem1: TTBSeparatorItem
  134.       end
  135.       object TBItem7: TTBItem
  136.         Enabled = False
  137.         ImageIndex = 75
  138.       end
  139.       object TBControlItem1: TTBControlItem
  140.         Control = PageLabel
  141.       end
  142.       object TBItem5: TTBItem
  143.         Enabled = False
  144.         ImageIndex = 75
  145.       end
  146.       object FirstPageBtn: TTBItem
  147.         Hint = 'Premi'#232're page'
  148.         ImageIndex = 69
  149.         OnClick = FirstPageBtnClick
  150.       end
  151.       object PrevPageBtn: TTBItem
  152.         Hint = 'Page pr'#233'c'#233'dente'
  153.         ImageIndex = 70
  154.         OnClick = PrevPageBtnClick
  155.       end
  156.       object NextPageBtn: TTBItem
  157.         Hint = 'Page suivante'
  158.         ImageIndex = 71
  159.         OnClick = NextPageBtnClick
  160.       end
  161.       object LastPageBtn: TTBItem
  162.         Hint = 'Derni'#232're page'
  163.         ImageIndex = 72
  164.         OnClick = LastPageBtnClick
  165.       end
  166.       object PageLabel: TLabel
  167.         Left = 262
  168.         Top = 4
  169.         Width = 11
  170.         Height = 13
  171.         Caption = '%'
  172.       end
  173.       object ZoomLabel: TLabel
  174.         Left = 198
  175.         Top = 4
  176.         Width = 35
  177.         Height = 13
  178.         Caption = '  100%'
  179.       end
  180.     end
  181.   end
  182.   object PrintDialog: TPrintDialog
  183.     Options = [poPrintToFile, poPageNums]
  184.     Left = 16
  185.     Top = 352
  186.   end
  187.   object PrinterSetupDialog: TPrinterSetupDialog
  188.     Left = 48
  189.     Top = 352
  190.   end
  191. end
  192.